comment
news
apps
browse
insights
charts
code_blocks
dev
log in
book
Documentation
quick_reference_all
Api Reference
browser_updated
Api Changes
Sandbox.Utility.CircularBuffer
<
T
>
.ToArray
T[]
ToArray
(
)
Description
Copies the buffer contents to an array, according to the logical contents of the buffer (i.e. independent of the internal order/contents)
Return
A new array with a copy of the buffer contents.
User Comments
Properties
Capacity
IsEmpty
IsFull
Item
Size
Methods
Back
Clear
Front
GetEnumerator
PopBack
PopFront
PushBack
PushFront
ToArray
ToArraySegments